func github.com/klauspost/compress/zstd/internal/xxhash.u64
7 uses
github.com/klauspost/compress/zstd/internal/xxhash (current package)
xxhash.go#L78: d.v1 = round(d.v1, u64(d.mem[0:8]))
xxhash.go#L79: d.v2 = round(d.v2, u64(d.mem[8:16]))
xxhash.go#L80: d.v3 = round(d.v3, u64(d.mem[16:24]))
xxhash.go#L81: d.v4 = round(d.v4, u64(d.mem[24:32]))
xxhash.go#L134: k1 := round(0, u64(b[:8]))
xxhash.go#L202: x := u64(b)
xxhash.go#L206: func u64(b []byte) uint64 { return binary.LittleEndian.Uint64(b) }
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |